From: Tom Arrow Date: Sat, 9 Aug 2014 12:31:02 +0000 (+0100) Subject: Correct variable types in phpdoc X-Git-Tag: 1.31.0-rc.0~14500^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=8db655e94b9c8ab54ac910ee0a3faf153c259b4e;p=lhc%2Fweb%2Fwiklou.git Correct variable types in phpdoc Change-Id: I1a57024868fa47d9537585f1bb738d6f7c725c7a in: LocalisationCache.php and ImageQueryPage.php --- diff --git a/includes/cache/LocalisationCache.php b/includes/cache/LocalisationCache.php index eb6a57a3cd..c0c5977d1e 100644 --- a/includes/cache/LocalisationCache.php +++ b/includes/cache/LocalisationCache.php @@ -773,7 +773,7 @@ class LocalisationCache { * * Returns true if any data from the extension array was used, false * otherwise. - * @param string $codeSequence + * @param array $codeSequence * @param string $key * @param mixed $value * @param mixed $fallbackValue diff --git a/includes/specialpage/ImageQueryPage.php b/includes/specialpage/ImageQueryPage.php index b0266cbaf7..3ff281f952 100644 --- a/includes/specialpage/ImageQueryPage.php +++ b/includes/specialpage/ImageQueryPage.php @@ -36,7 +36,7 @@ abstract class ImageQueryPage extends QueryPage { * @param OutputPage $out OutputPage to print to * @param Skin $skin User skin to use [unused] * @param DatabaseBase $dbr (read) connection to use - * @param int $res Result pointer + * @param ResultWrapper $res Result pointer * @param int $num Number of available result rows * @param int $offset Paging offset */